home *** CD-ROM | disk | FTP | other *** search
/ mail.altrad.com / 2015.02.mail.altrad.com.tar / mail.altrad.com / TEST / office german / PROPLUS.WW / PROPLSWW.CAB / FL_CSSMetaDataSchema_xml_____X86.3643236F_FC70_11D3_A536_0090278A1BB8 < prev    next >
Extensible Markup Language  |  2006-10-26  |  2KB  |  48 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <Schema name="CSSMetaData" xmlns="urn:schemas-microsoft-com:xml-data"
  3.                            xmlns:dt="urn:schemas-microsoft-com:datatypes">
  4.   <AttributeType name="id" dt:type="id">
  5.     <description>The id of the node. For property-def nodes, its the name of the attribute.</description>
  6.   </AttributeType>
  7.  
  8.   <AttributeType name="type" dt:type="enumeration" dt:values="string composite enum length enum-length number url color font">
  9.     <description>The type of the property's value.</description>
  10.   </AttributeType>
  11.  
  12.   <AttributeType name="description" dt:type="string">
  13.     <description>The description of the property.</description>
  14.   </AttributeType>
  15.  
  16.   <AttributeType name="syntax" dt:type="string">
  17.     <description>The syntax of a property's value.</description>
  18.   </AttributeType>
  19.  
  20.   <AttributeType name="enum" dt:type="string">
  21.     <description>The sorted list of space separated values applicable of the property when the type of the property is enum or enum-length.</description>
  22.   </AttributeType>
  23.  
  24.   <ElementType name="property-def" content="empty" model="closed">
  25.     <attribute type="id" required="yes"/>
  26.     <attribute type="type" required="yes"/>
  27.     <attribute type="description" required="yes"/>
  28.     <attribute type="syntax" required="yes"/>
  29.     <attribute type="enum" required="no"/>
  30.     <description>The definition of a CSS attribute</description>
  31.   </ElementType>
  32.  
  33.   <ElementType name="property-set" content="eltOnly" model="closed" order="one">
  34.     <element type="property-def" minOccurs="1" maxOccurs="*"/>
  35.     <description>The collection of known attributes.</description>
  36.   </ElementType>
  37.  
  38.   <AttributeType name="version" dt:type="enumeration" dt:values="VS7">
  39.     <description>The version of the metadata format. Currently the only format allowed is 'VS7'</description>
  40.   </AttributeType>
  41.  
  42.   <ElementType name="cssmd" content="eltOnly" model="closed" order="seq">
  43.     <attribute type="version" required="yes"/>
  44.     <element type="property-set" minOccurs="1" maxOccurs="1"/>
  45.     <description>The CSS metadata to be used.</description>
  46.   </ElementType>
  47. </Schema>
  48.